To run the MekWars client with more RAM - reducing the number of
java.lang.OutOfMemory errors thrown by MegaMek on large maps and
when zoom is enabled - use an Xmx flag in your startClient.bat
or when you launch the client via command line.

If you're modifying a startClient.bat, make sure to leave the
error.txt and log.txt outputs in place.

Examples:
[first assigns 512 megs, 2nd 256 megs,
 third assigns 300 megs in kb blocks]
--------
java -Xmx512m -jar MekWarsClient.jar
java -Xmx256m -jar MekWarsClient.jar
java -Xmx307200k -jar MekWarsClient.jar 